home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
anim
/
anim1.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
372b
|
20 lines
kp=xget("pixmap");
if kp=0, xset("pixmap",1);end;
xset("wwpc");
t=%pi*(-5:5)/5;
plot3d1(t,t,sin(t)'*cos(t),35,45," ",[2,2,4]);
xset("wshow");
sp=2;
for i=35:sp:80,xset("wwpc");
plot3d1(t,t,sin(t)'*cos(t),i,45," ",[1,0,4])
xset("wshow");
end
for i=45:sp:80,xset("wwpc");
plot3d1(t,t,sin(t)'*cos(t),80,i," ",[1,0,4])
xset("wshow");
end
if kp=0, xset("pixmap",0);end;